type runtime.atomicHeadTailIndex

8 uses

	runtime (current package)
		mspanset.go#L51: 	index atomicHeadTailIndex
		mspanset.go#L373: type atomicHeadTailIndex struct {
		mspanset.go#L378: func (h *atomicHeadTailIndex) load() headTailIndex {
		mspanset.go#L383: func (h *atomicHeadTailIndex) cas(old, new headTailIndex) bool {
		mspanset.go#L388: func (h *atomicHeadTailIndex) incHead() headTailIndex {
		mspanset.go#L393: func (h *atomicHeadTailIndex) decHead() headTailIndex {
		mspanset.go#L398: func (h *atomicHeadTailIndex) incTail() headTailIndex {
		mspanset.go#L409: func (h *atomicHeadTailIndex) reset() {